home *** CD-ROM | disk | FTP | other *** search
/ PC Administrator / spravce.iso / ToolsPackage / TBC / _Program info.txt < prev    next >
Encoding:
Text File  |  2002-10-28  |  2.7 KB  |  101 lines

  1. Name/Version: TaskBarCalculator 1.4
  2. 1st Release : 07.02.2002
  3. Last Update : 28.10.2002
  4.  
  5. Short Description
  6. Maybe smallest available Windows calculator
  7.  
  8. Reason for the Development
  9. Challenge
  10.  
  11. Appearance
  12. Language ..........: No
  13. User Interface/Form: Yes
  14. Input  by Interface: Yes
  15. Input  by Command$ : No
  16. Input  by Clipboard: No
  17. Input  by Drag&Drop: No
  18. Input, Other ......: No
  19. Output by Interface: Yes
  20. Output to Clipboard: Supported
  21. Output by Drag&Drop: No
  22. Output, Other .....: No
  23.  
  24. More Requirements
  25. No
  26.  
  27. Instructions
  28. ============
  29. It comes without a user interface (help only).
  30. The in- and output are shown in the taskbar button.
  31.  
  32. Active Mode (= Calculator Mode)
  33. -------------------------------
  34. When the taskbar button is pressed the calculator is in calculator mode.
  35. It can be used nearly as a pocket calculator.
  36. It calculates +, -, *, /, % (* n %, + n %, - n %)
  37. Use the usually separator of your country setting.
  38.  
  39. [+] [-] [*] [/] : operators
  40. [%] or [p] .....: per cent
  41. [Enter] or [=] .: show result
  42. [Backspace] ....: backspace
  43. [Space] or [Del]: new calculation
  44. [u] ............: undo (showes value before operation)
  45. [c] ............: copy result into clipboard
  46. [f] ............: format result to "0.00"
  47. [SH+m] .........: save to memory
  48. [m] ............: call memory
  49. [F1] ...........: help / info display
  50. [F2] to [F12] ..: call constants
  51. [ESC] ..........: exit calculator
  52.  
  53. Another exit methode: Click taskbar button with the right mouse button
  54.                       and select "Exit" from the popup menu.
  55.  
  56. Examples:
  57. 5 + 1 [Enter]
  58. 3.5 - 2.444 + .5 [Enter] [f]  (use "," in Germany!)
  59. 5 + [Enter]
  60. 123 * 456 [Enter] [Enter]
  61. 10 + 7 [Enter] 4 + 9 + +
  62. - 50 + 25 [Enter]
  63. 200 * 15 [%]
  64. 200 * 15 [p]
  65. 200 + 15 [p]
  66. 200 - 15 [p]
  67. 125 + 44 [Enter] [u] + 43 [Enter]
  68. 15 [F2]
  69. 15 + [F5] [Enter]
  70. 45 [SH+m] [F4] + [m] [Enter]
  71.  
  72. Constants can be difined in constants.txt.
  73. Format is Fxx:(value)[;comment]
  74. Do not add or remove lines!
  75. Use always points as separators!
  76. If you begin with an operator, it will add an automatic [Enter],
  77. without operator it can be used to begin a calculation.
  78.  
  79. Passive Mode (= Date Mode)
  80. --------------------------
  81. When the taskbar button is unpressed the calculator is in date mode.
  82. It showes the current calendar week, day and date.
  83.  
  84. {End of instructions}
  85.  
  86. Limitations
  87. Unknown
  88.  
  89. Future Planning
  90. No
  91.  
  92. Updates
  93. 1.0    07.02.02 > New: First Release
  94. 1.1    14.02.02 > New: per cent & undo (p, u)
  95. 1.2    15.02.02 > New: help display (F1)
  96.                 > Imp: weekday in passiv mode
  97. 1.3    22.02.02 > New: constants (F2-F12, constants.txt)
  98.                 > New: memory (SH+m, m)
  99. 1.4    28.10.02 - Cor: Const. corr, mul/div with "0"
  100.                 > New: Icon
  101.